const net/http.http2FlagHeadersEndHeaders
5 uses
net/http (current package)
h2_bundle.go#L1484: http2FlagHeadersEndHeaders http2Flags = 0x4
h2_bundle.go#L1508: http2FlagHeadersEndHeaders: "END_HEADERS",
h2_bundle.go#L1977: if fh.Flags.Has(http2FlagHeadersEndHeaders) {
h2_bundle.go#L2420: return f.http2FrameHeader.Flags.Has(http2FlagHeadersEndHeaders)
h2_bundle.go#L2520: flags |= http2FlagHeadersEndHeaders
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |